libxc: fix a few memory leaks
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Oct 2009 09:00:22 +0000 (10:00 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Oct 2009 09:00:22 +0000 (10:00 +0100)
commit7de68b16110e63e9a19e6410cc8dab0abd95d5ec
tree86b2adb5634aabfb0a4ec7d468f491b8e8df3629
parentbee72b5893bfbffed54a1b3db46a99f4cb95f040
libxc: fix a few memory leaks

running qemu with valgrind I found I couple of small memory leaks in
libxc, this patch fixes them.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxc/xc_linux.c